home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / os2 / rsynth1.zip / hplay.h < prev    next >
C/C++ Source or Header  |  1994-11-08  |  259b  |  9 lines

  1. /* $Id: hplay.h,v 1.13 1994/11/08 13:30:50 a904209 Exp a904209 $
  2. */
  3. extern char *program;
  4. extern long samp_rate;
  5. extern int audio_init PROTO((int argc, char *argv[]));
  6. extern void audio_term PROTO((void));
  7. extern void audio_play PROTO((int n, short *data));
  8.  
  9.